pub unsafe fn RegNotifyChangeKeyValue<P0, P1, P2, P3>(
    hkey: P0,
    bwatchsubtree: P1,
    dwnotifyfilter: REG_NOTIFY_FILTER,
    hevent: P2,
    fasynchronous: P3
) -> WIN32_ERROR
where P0: IntoParam<HKEY>, P1: IntoParam<BOOL>, P2: IntoParam<HANDLE>, P3: IntoParam<BOOL>,