Function pyo3::ffi::PyOS_double_to_string[][src]

pub unsafe extern "C" fn PyOS_double_to_string(
    val: c_double,
    format_code: c_char,
    precision: c_int,
    flags: c_int,
    _type: *mut c_int
) -> *mut c_char