pub unsafe fn DrtRegisterKey(
    hdrt: *const c_void,
    pregistration: *const DRT_REGISTRATION,
    pvkeycontext: Option<*const c_void>,
    phkeyregistration: *mut *mut c_void
) -> Result<()>