pub unsafe fn LoadLibraryA<P0>(lplibfilename: P0) -> Result<HMODULE>
where P0: IntoParam<PCSTR>,