pub unsafe fn GetWindowModuleFileNameA<P0>(
    hwnd: P0,
    pszfilename: &mut [u8]
) -> u32
where P0: IntoParam<HWND>,