pub unsafe fn NetServiceControl<P0, P1>(
    servername: P0,
    service: P1,
    opcode: u32,
    arg: u32,
    bufptr: *mut *mut u8
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,