pub unsafe fn PyDateTimeAPI() -> *mut PyDateTime_CAPI
Expand 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_CAPI
Returns a pointer to a PyDateTime_CAPI
instance
This function will return a null pointer until
PyDateTime_IMPORT
is called