Skip to main content

PyArray_PromoteTypes

Type Alias PyArray_PromoteTypes 

Source
pub type PyArray_PromoteTypes = unsafe extern "C" fn(type1: *mut PyArray_Descr, type2: *mut PyArray_Descr) -> *mut PyArray_Descr;