Function QueryServiceStatusEx

pub unsafe extern "system" fn QueryServiceStatusEx(
    hservice: SC_HANDLE,
    infolevel: SC_STATUS_TYPE,
    lpbuffer: *mut u8,
    cbbufsize: u32,
    pcbbytesneeded: *mut u32,
) -> BOOL