pub unsafe extern "system" fn WriteConsoleOutputCharacterW(
    hconsoleoutput: HANDLE,
    lpcharacter: PCWSTR,
    nlength: u32,
    dwwritecoord: COORD,
    lpnumberofcharswritten: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Foundation"