Function LoadStringW

Source
pub unsafe extern "C" fn LoadStringW(
    hInstance: HINSTANCE,
    uID: UINT,
    lpBuffer: LPWSTR,
    cchBufferMax: c_int,
) -> c_int