pub unsafe fn CryptSignMessageWithKey(
    psignpara: *const CRYPT_KEY_SIGN_MESSAGE_PARA,
    pbtobesigned: &[u8],
    pbsignedblob: Option<*mut u8>,
    pcbsignedblob: *mut u32,
) -> Result<()>