pub unsafe extern "C" fn x509write_crt_set_validity(
    ctx: *mut x509write_cert,
    not_before: *const c_char,
    not_after: *const c_char
) -> c_int