pub unsafe fn RegisterForLogWriteNotification<P0, P1>(
    hlog: P0,
    cbthreshold: u32,
    fenable: P1,
) -> Result<()>
where P0: Param<HANDLE>, P1: Param<BOOL>,