pub unsafe fn NetAuditWrite<P0>(
    type: u32,
    buf: *mut u8,
    numbytes: u32,
    service: P0,
    reserved: *mut u8
) -> u32
where P0: IntoParam<PCWSTR>,