pub unsafe fn PyDateTimeAPI() -> *mut PyDateTime_CAPIExpand description
Returns a pointer to a PyDateTime_CAPI instance
§Note
This function will return a null pointer until
PyDateTime_IMPORT is called
pub unsafe fn PyDateTimeAPI() -> *mut PyDateTime_CAPIReturns a pointer to a PyDateTime_CAPI instance
This function will return a null pointer until
PyDateTime_IMPORT is called