pub unsafe extern "C" fn LoadModule(
    pOutModule: *mut Module,
    pImage: *const c_void,
    buffer: *mut c_void,
    bufferSize: u64,
    flag: i32
) -> u32