pub unsafe fn PowerRegisterForEffectivePowerModeNotifications(
    version: u32,
    callback: EFFECTIVE_POWER_MODE_CALLBACK,
    context: Option<*const c_void>,
    registrationhandle: *mut *mut c_void
) -> Result<()>