Function ngx_libc_crypt

Source
pub unsafe extern "C" fn ngx_libc_crypt(
    pool: *mut ngx_pool_s,
    key: *mut u8,
    salt: *mut u8,
    encrypted: *mut *mut u8,
) -> isize