pub unsafe fn IERegisterWritableRegistryKey<P0, P1>(
    guid: GUID,
    lpsubkey: P0,
    fsubkeyallowed: P1
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<BOOL>,