pub unsafe fn LoadModule<P0>(
    lpmodulename: P0,
    lpparameterblock: *const c_void
) -> u32
where P0: IntoParam<PCSTR>,