pub unsafe extern "system" fn FormatMessageW(
    dwflags: u32,
    lpsource: *const c_void,
    dwmessageid: u32,
    dwlanguageid: u32,
    lpbuffer: *mut u16,
    nsize: u32,
    arguments: *const *const i8
) -> u32
🔬This is a nightly-only experimental API. (windows_c)