pub unsafe fn NetErrorLogWrite<P0>(
    reserved1: Option<*const u8>,
    code: u32,
    component: P0,
    buffer: *const u8,
    numbytes: u32,
    msgbuf: *const u8,
    strcount: u32,
    reserved2: Option<*const u8>
) -> u32
where P0: IntoParam<PCWSTR>,