pub fn raw_set_handle_inheritable(
    handle: intptr_t,
    inheritable: bool
) -> Result<()>