pub unsafe extern "stdcall" fn SetServiceObjectSecurity(
    hService: SC_HANDLE,
    dwSecurityInformation: SECURITY_INFORMATION,
    lpSecurityDescriptor: PSECURITY_DESCRIPTOR
) -> BOOL