pub unsafe fn SfcIsKeyProtected<P0, P1>(
    keyhandle: P0,
    subkeyname: P1,
    keysam: u32
) -> BOOL
where P0: IntoParam<HKEY>, P1: IntoParam<PCWSTR>,