pub unsafe fn ResUtilGetQwordValue<P0, P1>(
    hkeyclusterkey: P0,
    pszvaluename: P1,
    pqwoutvalue: *mut u64,
    qwdefaultvalue: u64
) -> u32
where P0: IntoParam<HKEY>, P1: IntoParam<PCWSTR>,