devela::_dep::pyo3::ffi

Function PyDateTimeAPI

pub unsafe fn PyDateTimeAPI() -> *mut PyDateTime_CAPI
Available on crate features dep_pyo3 and std only.
Expand description

Returns a pointer to a PyDateTime_CAPI instance

ยงNote

This function will return a null pointer until PyDateTime_IMPORT is called