[][src]Function krb5_sys::krb5_get_init_creds_password

pub unsafe extern "C" fn krb5_get_init_creds_password(
    context: krb5_context,
    creds: *mut krb5_creds,
    client: krb5_principal,
    password: *const c_char,
    prompter: Option<krb5_prompter_fct>,
    data: *mut c_void,
    start_time: krb5_deltat,
    in_tkt_service: *const c_char,
    k5_gic_options: *const krb5_get_init_creds_opt
) -> krb5_error_code