CustomLoadLibraryFunction

Type Alias CustomLoadLibraryFunction 

Source
pub type CustomLoadLibraryFunction = fn(filename: &OsStr, user_data: *mut c_void) -> *mut c_void;