Extern system fn

Hi, how to create a .def file for extern "system" functions?
I have a this code:

pub extern "system" fn Load(data: i32) -> bool
{
//print a HELLO
}

and I want export that's