pub unsafe fn PeerGraphSetPresence<P0>(
    hgraph: *const c_void,
    fpresent: P0
) -> Result<()>
where P0: IntoParam<BOOL>,