devela::_dep::pyo3::ffi

Function Py_AddPendingCall

pub unsafe extern "C" fn Py_AddPendingCall(
    func: Option<extern "C" fn(_: *mut c_void) -> i32>,
    arg: *mut c_void,
) -> i32 
Available on crate features dep_pyo3 and std only.