pub unsafe fn LoadStringA<P0>(
    hinstance: P0,
    uid: u32,
    lpbuffer: PSTR,
    cchbuffermax: i32
) -> i32
where P0: IntoParam<HINSTANCE>,