pub unsafe extern "system" fn NetServiceControl(
    servername: PWSTR,
    service: PWSTR,
    opcode: u32,
    arg: u32,
    bufptr: *mut *mut u8
) -> u32
Expand description

Required features: ‘Win32_NetworkManagement_NetManagement’, ‘Win32_Foundation’