Function windows::Win32::UI::WindowsAndMessaging::LoadStringA

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