pub unsafe extern "system" fn SetServiceBits(
    hservicestatus: SERVICE_STATUS_HANDLE,
    dwservicebits: u32,
    bsetbitson: BOOL,
    bupdateimmediately: BOOL
) -> BOOL
Expand description

Required features: "Win32_System_Services", "Win32_Foundation"