pub unsafe extern "system" fn LoadStringA(
    hInstance: *mut HINSTANCE__,
    uID: u32,
    lpBuffer: *mut i8,
    cchBufferMax: i32
) -> i32